Skip to content

CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

This pull request changes the compat entry for the Interpolations package from 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15 to 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@lukem12345
Copy link

I updated Interpolations locally and ran ]test and it looks good to me:

Precompiling project for configuration --code-coverage=none --color=yes --check-bounds=yes --warn-
overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none...
  2 dependencies successfully precompiled in 3 seconds. 96 already precompiled.
     Testing Running tests...
Running tests:
 * univariate.jl
 * bivariate.jl
 * interp.jl
┌ Warning: `MvNormal(d::Int, σ::Real)` is deprecated, use `MvNormal(LinearAlgebra.Diagonal(FillArr
ays.Fill(σ ^ 2, d)))` instead.
│   caller = ip:0x0
└ @ Core :-1
     Testing KernelDensity tests passed

(KernelDensity) pkg> st
Project KernelDensity v0.6.9
Status `~/Code/KernelDensity.jl/Project.toml`
  [31c24e10] Distributions v0.25.120
  [ffbed154] DocStringExtensions v0.9.4
  [7a1cc6ca] FFTW v1.8.1
  [a98d9a8b] Interpolations v0.16.0
  [2913bbd2] StatsBase v0.34.5

@fhagemann
Copy link

This PR also supersedes #115, once merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants